@charset "UTF-8";
/* CSS Document */

html, body {
  overflow-x: hidden;
}

body {
	/* background: rgb(245, 245, 245); */
    background: rgb(76, 119, 219);
	color: #202020;
	/*font-family: Futura, "Trebuchet MS", Arial, sans-serif;*/
    /*font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";*/
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    font-size: 12px;
}

@font-face {
  font-family: MainCaption;
  /* src: url('../fonts/Cochin-Bold-02.ttf'); */
  src: url('../fonts/RedHatDisplay-VariableFont_wght.ttf');
}

@font-face {
    font-family: MainPara;
    src: url('../fonts/Optima-Regular-01.ttf');
  }

@font-face {
    font-family: MainParaBold;
    src: url('../fonts/Optima-Bold-02.ttf');
}

.container {
    background-color: #ffffff;
    padding-top: 10px;
}

.container-fluid {
    background-color: rgb(245, 245, 245);
    padding: 0px !important;
}

.mainContainer {
    margin-top: 30px;
}

.footerText {
    font-size: 8pt;
}

.cardDiary p {
    margin-bottom: 3px;
}

.cardDiary h1,h2,h3,h4 {
    margin-bottom: 3px;
}

.cardPad {
    margin-bottom: 5px;
}

#topImg {
    position: absolute ; /* Make it stick/fixed */
    top: 50px; /* Stay on top */
    left: 0px;
    /* width: 100%; /* Full width */
    /*transition: top 0.3s; /* Transition effect when sliding down (and up) */
    /* min-height: 200px; */
    z-index: -5;
}

@media only screen and (max-width : 720px) {

    .container {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    
    h2 {
        margin-top: 2px;
    }

}


/* Image Variances */

.padding-below {
	margin-bottom: 5px;
}

.img-blog {
	margin-right: 10px;
	margin-bottom: 5px;
}

.textButton {
    /* Disable text selection for Safari Live Text */
    -webkit-user-select: none !important;
    user-select: none;
    cursor: pointer;
}

/* Modifiers */

.paraIndent {
	margin-left: 30px;
}

.blogSnippet {
    margin-left:15px;
    color: grey;
    font-size: 10pt;
}

.classSnippet {
    color: grey;
    font-size: 10pt;
    line-height: 12px;
    margin-top: 0px;
    margin-bottom: opx;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 7px;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Headings and Fonts */


h1 {
	font-family: MainCaption;
    font-size: 40px;
    color: rgba(0,75,154,1.00);
}

h2 {
	font-family: MainCaption;
    font-size: 28px;
    color: rgba(0,75,154,1.00);
}

h3 {
	font-family: MainCaption;
    font-size: 22px;
    color: rgba(0,75,154,1.00);
}

h4 {
	font-family: MainCaption;
    font-size: 18px;
    text-transform: uppercase;
    color: rgba(0,75,154,1.00);
}

h5 {
	font-family: Montserrat, Futura, "sans serif";
	font-size: 14px;
    text-transform: uppercase;
	font-weight: normal;
    margin: 0px 0px 4px;
}

.paraUnderline {
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: rgba(0,75,154,1.00);
}

p, li {
	font-size: 14pt;
    font-family: MainPara;
}

.paraEmph {
	font-size: 16pt;
	font-family: MainPara;
}


/* Panels */

.panelPop {
    transition-property: transform;
    transition-duration: 200ms;
    transform: scale(1.0);
}

.panelPop:hover {
    transition-property: transform;
    transition-duration: 200ms;
    transform: scale(1.05);
}

.panelSpace {
    margin-bottom: 40px;
}


.cardPop {
    transition-property: transform;
    transition-duration: 200ms;
    transform: scale(1.0);
}

.cardPop:hover {
    transition-property: transform;
    transition-duration: 200ms;
    transform: scale(1.05);
}

#class-desc p {
    font-size: 9pt;
    color: grey;
}

#blogNav {
    color: rgb(176, 175, 175);
}

#blogNav p {
    margin: 1px 4px;
    font-size: 10pt;
    padding-left: 1.5em;
    text-indent:-1.5em;
}
#blogNav h4 {
    color: white;
}

#blogNav a {
    color: white;
}

.blogPanel li {
	font-size: 12pt;
}

.imgCaption {
    text-align: center;
    font-size: 90%;
    font-style: italic;
}

.wordDef {
	margin-left: 10%;
	margin-right: 10%;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 1em;
	padding-bottom: 1em;
	color: #202020;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	border-style: solid;
	border-width: 1px;
	border-color: #202020;
}

.wordDef2 {
	padding: 1em;
	color: #202020;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	border-style: solid;
	border-width: 1px;
	border-color: #202020;
	border-radius: 5px;
}

.wordDef3 {
	padding: 1em;
	color: #202020;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
    font-size: 12pt;
    text-align: center;
}

.thinLine {
	border: solid;
	border-color: rgba(0,75,154,1.00);
	border-radius: 0px;
	border-width: 1px;
	padding: 5px;
	margin-bottom: 7px;
}

.thickerLine {
	border: solid;
	border-color: #247ddc;
	border-radius: 10px;
	border-width: 3px;
	padding: 5px;
	margin-bottom: 7px;
}

.tlBeige {
    border-color: beige;
    background-color: beige;
}

.tlBlue {
    color: rgba(255, 255, 255, 1.0);
    border-color: beige;
	background-color: rgba(0,75,154,1.00);
    padding: 15px 15px 20px 15px;
}

.tlBlue a:link, .tlBlue a:visited {
    color: rgba(189,189,189,1.00);
}

.tlBlue a:hover {
    color: rgba(248,153,155,1.00);
}

.venueTop {
	border: none;
	background-color: rgba(125,215,255,1.00);
	border-radius: 5px;
	border-width: 1px;
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 20px;
    margin-bottom: 5px;
}

.venuePanel {
	border: none;
	background-color: rgba(255,178,178,1.00);
	border-radius: 5px;
	border-width: 1px;
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 20px;
    margin-bottom: 5px;
}

.reviewQuote P {
    font-style: italic;
    font-size: 90%;
}

.reviewAttrib {
    font-style: italic;
    font-weight: 800;
    font-size: 90%;
}

.boxBlueNote {
	font-weight: bold;
	font-size: 105%;
	border: 1px solid black;
	border-radius: 4px;
	padding: 5px;
	margin: 5px 0px 10px 0px;
	background-color: #7ECBFD;
}

.gramTab {
    text-align: center;
    padding: 2px;
    padding-top: 5px;
    padding-bottom: 8px;
    border-radius: 5px 0px 0px 5px;
    border-color: #e6e6e6;
    background-color: #e6e6e6;}

.gramPhoto {
    text-align: center;
    border-radius: 0px 5px 5px 5px;
    border-color: #e6e6e6;
    background-color: #e6e6e6;
    padding-top: 12px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.lazyImage {
    min-height: 10vw;
}

.greenText {
    color: green;
}

/* mtzHead modifiers */

#mtzHead li {
    font-size: 12pt;
}

#mtzHead p {
    font-size: 12pt;
}

