/*
 * Start Bootstrap - Full (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
    /*margin-top: 50px;  Required margin for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    background: none !important;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
}

/* Header Image Background - Change the URL below to your image path (example: ../images/background.jpg) */

.full {
    background: url('../img/bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.col-set   {

	background: #fff;
	padding: 0;
	/* 
	position: fixed;
    right: 0;
    height: 100%;
    */
}

.row {
	margin: 0 !important;
}

.my-content {
    padding: 60px;
    text-align: justify;
}

p {
color:#333;
}


a {
    color: #00a154;
}

hr {
    border-top: 1px solid #00a154;
}



.my-name h1 {
    margin: 0;
    padding: 0;
}

.my-name h3 {
    margin: 0;
    padding: 0;
}

.my-name {
    margin: 0 0 20px 0;
}


.my-title {
    margin-top: 40px;
}

.social-icons  {
    display: block;
    margin: 10px 0
}

.social-icons a {
    margin-right: 10px;
    color: #00a154;
}

.social-icons a:hover {
    color: #109053;
}


.mycolor{ color: #00a154; }

.btn-my-lilla {
  color: #fff;
  background-color: #00a154;
  border-color: #109053;
}
.btn-my-lilla:focus,
.btn-my-lilla.focus {
  color: #fff;
  background-color: #109053;
  border-color: #109053;
}
.btn-my-lilla:hover {
  color: #fff;
  background-color: #109053;
  border-color: #109053;
}
.btn-my-lilla:active,
.btn-my-lilla.active,
.open > .dropdown-toggle.btn-my-lilla {
  color: #fff;
  background-color: #109053;
  border-color: #109053;
}


