/* cmsms stylesheet: Upper Peaks modified: 02/25/20 19:23:47 */
body {
   margin:0;
   padding:0;
   background:black;
   color:white; 
   font-family: 'Oswald', sans-serif;
   font-size:medium;
   font-weight:500;
   background-image:url(/uploads/images/layout/bg_upperpeaks_01.jpg);
   background-repeat:no repeat;
   background-size:cover;
   font-size:1.15em;
}

a {text-decoration:none;color:#b2160c;}
a:hover {color:#ccc;}



h1, h2, h3, h4 {
    color:#b2160c;
    text-transform:uppercase;
    font-weight:bold;
    letter-spacing:2px;
    text-align:center;
    background-color:#000;
    border-radius:20px;
    padding:5px;
    margin:0 auto .75em auto;
    width:90%;
    opacity:1.0;
}

h1 a, h2 a, h3 a, h4 a {text-decoration:none;color:#b2160c;}
h1 a:hover, h2 a:hover  {color:#fff;}


#page {
    margin:0;
    padding:0;
    border:none;
    width:100%;
    height:100%;
    overflow:auto;
}

.page-title {display:none;}
#header {
     border:none;
     position:relative;
     z-index:10;
}

.logo {
    text-align:center;
    margin:0 auto;
}

.logo img {
    width:300px;
}

#nav {
    border:none;
}

#content {
     background-color:transparent;
     border-radius:20px;
     opacity:0.9;
     margin:0 1em;
     border:none;
     padding:1em 2em;
     position:relative;
     z-index:0;
     text-shadow:2px 2px #000;
  
  
}

.photo {
    margin:1em auto;
    text-align:center;
}

.photo img {
    border-radius:20px;
    width:90%;
}


#footer {
    border:none;
     text-align:center;
   height:5em;
   font-size:.75em;
}


/* FLEX 1 */


@media screen and (min-width: 768px) {

h1, h2, h3, h4 {
    width:70%;

}



}



/* FLEX 2 */


@media screen and (min-width: 1000px) {

h1, h2, h3, h4 {
     text-align:center;
     width:60%;
     padding-left:5px;
}

#content {
     height:500px;
    margin:2em 320px 2em 2em;
     border:none;
     padding:1em 2em;
     position:relative;
     z-index:0;
}

.logo {
    float:right;
    width:300px;
    margin:1em;

}





}
