
body {
	background: none repeat scroll 0 0 #0b192F;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
}

.margin-bottom-zero {
  margin-bottom: 0em;
}

.margin-bottom-5 {
  margin-bottom: 0.5em;
}

.margin-top-5 {
  margin-top: 0.5em;
}

nav {
	//background: none repeat scroll 0 0 #0b1949;
}

a.logo {
	color: #f4f4f4;
	display: inline-block;
    font-family: 'Abril Fatface', cursive;
	font-size: 2.0em;
	font-weight: 100;
	letter-spacing: -1px;
	padding: 0.6em 0.2em 0.6em 0.6em;
}

a.logo span {
	color: #d12767;
    font-family: 'Bungee Inline', cursive;
	font-weight: 300;
}

header h1 {
	color: #637693;
	//display: inline;
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	font-weight: 300;
	margin: 0;
	position: relative;
	top: -0.35em;
}

.text-center {
  text-align: center;
}

.top-nav li a:hover {
	background: none repeat scroll 0 0 #DF4F99;
}

.top-nav .active-item a, .top-nav .active-item a:hover {
	background: none repeat scroll 0 0 #00A9FF;
}

li#box .social {
  padding: 1.2em;
}

li#box .social a {
	color: #637693;
}

.top-nav .social .button {
   border: 0px;
   font-family: 'Roboto', sans-serif;
   font-size:0.7em;
   font-weight: 700;
   text-align: center;
   width: 100%;
   display: inline-block;
   height: auto;
   padding: 0.425em 1.0em;
   transition: background 0.20s linear 0s;
   -o-transition: background 0.20s linear 0s;
   -ms-transition: background 0.20s linear 0s;
   -moz-transition: background 0.20s linear 0s;
   -webkit-transition: background 0.20s linear 0s;
}	

.top-nav .social .text{
   text-align: center;
   color: #637693;
   border: 0px;
   font-family: 'Roboto', sans-serif;
   font-size:0.7em;
   font-weight: 700;
   width: 100%;
   display: inline-block;
   height: auto;
   padding: 0.425em 1.0em;
 }

li#box .social a.button-white {
    text-align: center;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 1px solid #637693;
	color: #637693;
	transition: background 0.20s linear 0s;
	-o-transition: background 0.20s linear 0s;
	-ms-transition: background 0.20s linear 0s;
	-moz-transition: background 0.20s linear 0s;
	-webkit-transition: background 0.20s linear 0s;
}
li#box .social a.button-white:hover {
	background: none repeat scroll 0 0 #fff;
}

.post-1 {
	background: none repeat scroll 0 0 #E83957;
}
.post-2 {
	background: none repeat scroll 0 0 #19951D;
}
.post-3 {
	background: none repeat scroll 0 0 #F27A34;
}
.post-4 {
	background: none repeat scroll 0 0 #d12767;
}
.post-5 {
	background: none repeat scroll 0 0 #0678AB;
}

aside p.slide-p {
  min-height: 20em;
}

.push-top-70 {
  margin-top: 70%;
}

.push-left-50 {
  margin-left: 50%;
}

.pretty-p {
  padding: 0 1em 0.6em 1em;
}

#article-section .post-image img {
    max-height: 400px;
	max-width: 100%;
    object-fit: cover;
}

.custom-button {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 1px solid #0b192f;
	color: #0b192f;
	display: inline-block;
	font-size: 0.9em;
	font-weight: 400;
	height: auto;
	margin-top: 1.25em;
	padding: 0.625em 1.25em;
	transition: background 0.20s linear 0s;
	-o-transition: background 0.20s linear 0s;
	-ms-transition: background 0.20s linear 0s;
	-moz-transition: background 0.20s linear 0s;
	-webkit-transition: background 0.20s linear 0s;
}

.custom-button {
	margin-top: 0;
}


.custom-button:hover {
	background: none repeat scroll 0 0 #0b192f;
	color: #fff;
}

form label {
	color: #0b192f;
	display: inline-block;
	font-size: 0.9em;
	font-weight: 400;
}

// modal

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

@media screen and (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  //z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
 //opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

#submit button.focused {
  background: none repeat scroll 0 0 #637693;
  color: #fff;
  border: 1px solid #0b192f;
  display: inline-block;
  font-size: 0.9em;
  font-weight: 400;
  height: auto;
  margin-top: 0em;
  padding: 0.625em 1.25em;
  transition: background 0.20s linear 0s;
  -o-transition: background 0.20s linear 0s;
  -ms-transition: background 0.20s linear 0s;
  -moz-transition: background 0.20s linear 0s;
  -webkit-transition: background 0.20s linear 0s;
}

#submit button.focused:hover {
  background: none repeat scroll 0 0 #0b192f;
  color: #FFF;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
// modal end
.sidebox {
  width: 25%;
  padding: 0;
}

#video .embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }
