/*
Theme Name: MSI
Theme URI: http://vefsala.com/
Description: Skalanlegur WordPress vefur með Bootstrap 3
Version: 1.0
Author: Thrandur Arnthorsson
Author URI: http://thrandur.net

Colors:
MSI blue: rgb(19,55,107); #13376b;
Light blue: rgb(213,224,242); #d5e0f2;
Red: rgb(200,18,15); #C8120F;
*/
@import url("https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css");
@import url("http://fonts.googleapis.com/css?family=News+Cycle");

.mapdiv{
	width:29%;
	height: auto;
}
.mapdiv circle {
	opacity:1;
	fill:#ffcc00;
	fill-opacity:1;
	stroke:#00218a;
	stroke-width:3.25637221;
	stroke-miterlimit:4;
	stroke-dasharray:none;
	stroke-opacity:1;
}
@keyframes bounceIn {
  0% {
    opacity: 1;
	r: 12;
  }
  100% {
    opacity: .5;
	r: 48;
  }
}
.mapdiv circle:hover {
    opacity: .5;
	r: 48;
	animation: bounceIn 4s;
}

* {
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5 {
	font-family: 'News Cycle', sans-serif;
}
h3 {
	font-size: 24px;
}
li {
	margin-left: 2em;
}
header {
	background-image: url("background.png");
	background-size: cover;
	height: 15em;
}

.thumbnail img:hover {
	transform: scale(1.1);
	border-radius: 5px;
}
.thumbnail img {
	max-width: 100%;
	height: auto;
	transition: all 0.3s ease;
	width: 100%;
}

.trans100 {
	background: rgba(0,0,0,0.4);	
	height: 15em;
}
.navbar {
	font-family: 'News Cycle', sans-serif;
	font-size: 1.25em;
	color: black;
	top: 3.5em;
	z-index: 9999;
}

.navbar-header {
	margin-top: .5em;	
}
.navbar-sub {
	position: absolute;
	color: white;
	margin-top: 115px;	
}
.logo {
  margin-top: -10px;
}
.navbar-brand {
}
.navbar-default .navbar-nav>li>a {
	color: black;
	margin-left: -2em;
}
.movedown {
	position: relative;
	top: 0.85em;	
}

.calendar-button {
  margin-top: -0.05em;
  heigth: 90px;
  line-height: 200%;
  background-color: rgb(200,18,15); 
}
.calendar-button>li>a {
	color: white !important;
	margin-top: 8px;
}

body {
	margin-top: 0px;
	font-size: 16px;
}
.dags {
	font-style: italic;
}
.akis {
	color: white !important;
	background: rgb(0,48,99);
	min-height: 140px;
	padding-bottom: 10px;
}
.akis li {
	list-style: none;
	text-align: left;
	margin-left: 1em;
}
.memberof {
	background: white;
	color: rgb(0,48,99);
	min-height: 120px;
}
.jumbotron {
	background: #FFFFFF;
	border-color: #000000;
	border-radius: 2em;
}
.akis h1 {
	font-size: 2em;
	margin-left: 140px;
	margin-top: -60px;
}
.akis img {
	margin-top: 20px;
}
.gold {
	background: rgb(180,139,97);
	height: 7px;
}
.design {
	background: black;
	color: white;
	text-align: center;
}
.panel {
	color: rgb(0,0,128);
	margin: 20px 0 20px 0; 
}
.marketing {
  background: #2f2b27;
  height: 200px;
  width: 200px;
  border-radius: 100%;
  font-size: 140px;
  color: #876e3a;
  text-align: center;
  padding-top: 30px;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  max-height: 500px;
  margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  max-height: 500px;
  background-color: #777;
}
.flytival li {
	list-style: none;
	text-align: center;
}
.panel {
	border-radius: 10px;
}
.list-group {
	width: 90% !important;
}
.col-centered{
    float: none;
    margin: 0 auto;
}
.btn-primary {
    color: #fff;
    background-color: #003063 !important;
    border-color: #000000 !important;
}
.hovertop {
    transition: all 1s ease;
	position: relative;
    top:0px;
    width: 100%;
	height: 10em;
    z-index: 10;

}
.hovertop:hover{
	background-color: #003063;	
}
.face {
    top:0px;
    width: 100%;	
	height: 100%;
}
.face>h2 {
	margin-top:-.15em;
}
.front {
    transition: all .5s ease;
	top:0px;
    width: 100%;
	height: 100%;
	opacity:1;
}
.front:hover {
	opacity:.25;
}.back {
    transition: all 1s ease;
	position: absolute;
	top:5px;
    width: 100%;
	height: 100%;
	opacity:0;
}
.back:hover {
	opacity:1;
}

.products {
    margin-top: 20px;
	column-count: 2;
    column-gap: 20px;
}
.product {
	list-style: none;
}

.navbar-header { 
	min-height:4em; 
}

/* Large desktops and laptops(min-width: 1200px) */
@media (min-width: 1200px) {

}

/* Landscape tablets and medium desktops (min-width: 992px) and (max-width: 1199px) */
@media (min-width: 768px)  {

}

@media (max-width: 991px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
		
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
		background: #fff;
    }
    .collapsing {
        overflow: hidden!important;
    } 
}

/* Portrait tablets and small desktops (min-width: 768px) and (max-width: 991px) */
/* @media (max-width: 767px) {
.navbar-xl { 
	min-height:5em; 
}
.main-nav {
  background-color: white; 	
}
.center-menu {
	margin-top: 15px;
}
.calendar-button {
  margin-top: -0.05em;
  line-height: 200%;
  background-color: rgb(200,18,15); 
}
}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {


}

/* Portrait phones and smaller */
@media (max-width: 480px) {


}
