@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');

img[alt=image-right] { float: right; }

body {
  padding-top: 60px;
  padding-bottom: 40px;
  font-family: 'Roboto', sans-serif;
}
h1 {
  font-size: 2em;
  font-family: 'Roboto', sans-serif;
}
h2 {
  font-size: 1.8em;
  font-family: 'Roboto', sans-serif;
}
h3 {
  font-size: 1.7em;
  font-family: 'Roboto', sans-serif;
}

p{
    font-family: 'Roboto', sans-serif;
}

a{
    font-family: 'Roboto', sans-serif;
}side
@media only screen
and (min-width : 768px)
and (max-width : 995px) {
  h3 {
      font-size: 1.2em;
  }
}

.sidebar {
    font-size: .7em;
    border-right-width:thin;
    border-right-style:solid;
    border-right-color: #eeefff;
    height: auto;
    min-height: 100%;
    margin-left: -15px;
    background-color: #efeae6;
    margin-top:2.5%;
    padding-top: 5.5%;
    padding-right: 2.5%;
    padding-bottom: 25%;
    margin-bottom:5%;
    position: fixed;
    overflow-y: scroll;
    top: 0;
    bottom: 0;
    line-height: 10px;
}

.sidebar-header {
    font-weight: bolder;
    /* border-right-width:thin;
    border-right-style:solid;
    border-right-color: #eeefff; */
    height: 100%;
    min-height: 100%;
    padding-right: 30px;
}


.post {
    background-color: white;
    border: 1px solid #AAA;
    padding: 20px 40px;
    margin: 0px auto;
    position: relative;
    margin-bottom: 40px;
}

.shadow {
    -moz-box-shadow: 2px 5px 12px #555;
    -webkit-box-shadow: 2px 5px 12px #555;
    box-shadow: 2px 5px 12px #555;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color='$color')";
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=90, Color='$color');
}
body {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #3c3c3c;
}
blockquote {
    padding: 10px 20px;
    margin: 0 20px 20px;
    border-left: 5px solid #428bca;
}
blockquote p {
    font-size: 15.5px;
}
ul {
    padding-left: 20px;
}
li {
    line-height: 32px;
    list-style: none;
    font-size: 14px;
}
li.bullet {
    line-height: 30px;
    list-style: square;
    font-size: 14px;
}
.navbar-inverse{
    border-color: #efeae6;
    font-family: 'Roboto', sans-serif;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: #efeae6;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #efeae6;
}
.navbar-inverse .navbar-toggle {
    border-color:#efeae6;
}

.navbar-brand > img{
    float: left;
    width: 10%;
}
.navbar-inverse .navbar-nav > li > a{
    font-family: 'Roboto', sans-serif;
    color: white;
    font-size: 20px;
    font-weight: 300;
}
.navbar-collapse{
    color: black;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus{
    color: black;
}
.navbar-nav{
    margin-top: -1.5%;
}
#navbar-main {
    float: right;
}
.header-sunrise {
    height: 40px;
    min-height: 0;
    background: linear-gradient(to right, #28658e 0%,#ee4f45 100%);
    /* box-shadow: 0px 2px 8px -2px;
    background: #29668f;
    background: -moz-linear-gradient(top, #29668f 0%, #ee4f45 100%);
    background: -webkit-linear-gradient(top, #29668f 0%,#ee4f45 100%); */
    /* background: linear-gradient(to bottom, rgba(41, 102, 143, 0.9) 0%,rgba(238, 79, 69, 0.9) 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29668f', endColorstr='#ee4f45',GradientType=0 );
}
.container>.navbar-header, .container>.navbar-collapse {
    margin-left: 30px;
}
.navbar .brand {
    font-size: 20px;
}
.navbar-inverse .navbar-brand{
    color:white;
}
.well [class^="span"] + [class^="span"] {
    border-left: 1px solid #e3e3e3;
}

.topsocial {
    min-height:65px;
    text-align:center;
}
.social {
    float:left;
    margin-right:10px;
}
.social:first-child {
    margin-right:10px;
}
.social:last-child {
    margin-right:10px;
}
h1 {
    font-size: 2.2em;
}
h2 {
    font-size: 1.6em;
}
h3 {
    font-size: 1.4em;
}

h1#page_heading a, h1#page_heading a:hover, h1#page_heading a:visited {
    color: #000 !important;
    text-decoration: none;
}
#page_subtitle {
    font-size: 1.2em;
    margin: 0px auto 20px;
    width: 400px;
    text-align: center;
    padding: 11px 0 11px;
    color: #888;
    border-bottom: 1px solid #EAEAEA;
    border-top: 1px solid #EAEAEA;
    letter-spacing: 2px;
}

.menu-slide{
    margin-right: 5px;
    margin-top: -5px;
    cursor: pointer;
    font-size: 20px;
}

.menu-title-slide{
    cursor: pointer;
}
.menu-slide-sm{
    font-size: 15px;
    cursor: pointer;
    margin-right: 5px;
    margin-top: -5px;
}

.in{
    padding-left: 1em;
    display: none;
  
    &.show {
      display: block;
    }
}
.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	background-color:#007dc1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:14px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
	background-color:#0061a7;
}
.myButton:active {
	position:relative;
	top:1px;
}

.card{
    background: #efeae6;
    border-radius: 2px;
    display: inline-block;
    height:200px;
    margin: 1rem;
    position: relative;
    padding: 15px;
    text-align: center;
    width: 300px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.card:hover {
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.card h1{
    text-decoration: none;
    color: black;
    font-size: 30px;
    font-weight: 300;
}

.card img {
    width: 25%;
    margin-left: 37%;
    margin-top: 17%;
}

.cardtitle{
    margin-left: 25%;
    margin-right: 25%;
    margin-top: 12.5%;
    text-align: center;
}

.hometitle{
    margin-top: 10%;
    margin-left: 25%;
    margin-right:25%;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
}
.content{
    margin-top: 5%;
}

#set-to-right{
    margin-left: 25%;
}
article {
    margin-top: 7.5%;
}
@media screen and (max-width: 1200px) {
    #sidebar-js{
        position: static !important;
        width: auto !important;
    }
    .navbar-brand img{
        width: 10%;
    }
}

@media screen and (max-width: 990px){
    .card{
        margin-left: 30%;
    }
    .sidebar{
        margin-top: 15%;
    }
}

@media screen and (max-width: 800px){
    body{
        overflow-x: hidden;
    }
    .navbar-brand img{
        width: 20%;
        margin-top:-5%;
    }
    #navbar-brand-text a{
        margin-top: -14.5%;
    }
    .col-sm-3{
        padding-right: 0px;
    }
    .sidebar{
        margin-top: 10%;
    }
    .hometitle{
        margin-top: 20%;
    }
    .btn-lg{
        width: 99%;
    }
    #set-to-right{
        margin-left: 0;
    }
    .sidebar{
        padding-top: 7.5%;
    }
    .card{
        margin-left: 25%;
    }
}

@media screen and (max-width: 640px){
    .navbar-brand img{
        width: 20%;
        margin-top: -10%;
    }
    .card{
        margin-left: 15%;
    }
}

@media screen and (max-width: 350px){
    .sidebar{
        padding-top: 13.5%;
    }
    .card{
        width: 250px;
        height: 250px;
        margin-left: 2.5%;
    }
    #navbar-brand-text a{
        margin-top: -17.5%;
    }
    .navbar-brand img{
        width: 30%;
        margin-top: -15%;
    }
}
